- GLogFunc
alias GLogFunc = void function(const(char)*, _Anonymous_0, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GLogLevelFlags
alias GLogLevelFlags = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GPrintFunc
alias GPrintFunc = void function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da__g_log_fallback_handler
alias da__g_log_fallback_handler = void function(const(gchar)* log_domain, GLogLevelFlags log_level, const(gchar)* message, gpointer unused_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_assert_warning
alias da_g_assert_warning = void function(const(char)* log_domain, const(char)* file, const int line, const(char)* pretty_function, const(char)* expression)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_log
alias da_g_log = void function(const(gchar)* log_domain, GLogLevelFlags log_level, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_log_default_handler
alias da_g_log_default_handler = void function(const(gchar)* log_domain, GLogLevelFlags log_level, const(gchar)* message, gpointer unused_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_log_remove_handler
alias da_g_log_remove_handler = void function(const(gchar)* log_domain, guint handler_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_log_set_always_fatal
alias da_g_log_set_always_fatal = GLogLevelFlags function(GLogLevelFlags fatal_mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_log_set_default_handler
alias da_g_log_set_default_handler = GLogFunc function(GLogFunc log_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_log_set_fatal_mask
alias da_g_log_set_fatal_mask = GLogLevelFlags function(const(gchar)* log_domain, GLogLevelFlags fatal_mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_log_set_handler
alias da_g_log_set_handler = guint function(const(gchar)* log_domain, GLogLevelFlags log_levels, GLogFunc log_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_logv
alias da_g_logv = void function(const(gchar)* log_domain, GLogLevelFlags log_level, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_print
alias da_g_print = void function(const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_printerr
alias da_g_printerr = void function(const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_printf_string_upper_bound
alias da_g_printf_string_upper_bound = gsize function(const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_return_if_fail_warning
alias da_g_return_if_fail_warning = void function(const(char)* log_domain, const(char)* pretty_function, const(char)* expression)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_set_print_handler
alias da_g_set_print_handler = GPrintFunc function(GPrintFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_set_printerr_handler
alias da_g_set_printerr_handler = GPrintFunc function(GPrintFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_warn_message
alias da_g_warn_message = void function(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* warnexpr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _g_log_fallback_handler
void _g_log_fallback_handler(const(gchar)* log_domain, GLogLevelFlags log_level, const(gchar)* message, gpointer unused_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assert_warning
void g_assert_warning(const(char)* log_domain, const(char)* file, int line, const(char)* pretty_function, const(char)* expression)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log
void g_log(const(gchar)* log_domain, GLogLevelFlags log_level, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_default_handler
void g_log_default_handler(const(gchar)* log_domain, GLogLevelFlags log_level, const(gchar)* message, gpointer unused_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_remove_handler
void g_log_remove_handler(const(gchar)* log_domain, guint handler_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_set_always_fatal
GLogLevelFlags g_log_set_always_fatal(GLogLevelFlags fatal_mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_set_default_handler
GLogFunc g_log_set_default_handler(GLogFunc log_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_set_fatal_mask
GLogLevelFlags g_log_set_fatal_mask(const(gchar)* log_domain, GLogLevelFlags fatal_mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_set_handler
guint g_log_set_handler(const(gchar)* log_domain, GLogLevelFlags log_levels, GLogFunc log_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_logv
void g_logv(const(gchar)* log_domain, GLogLevelFlags log_level, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_print
void g_print(const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_printerr
void g_printerr(const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_printf_string_upper_bound
gsize g_printf_string_upper_bound(const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_return_if_fail_warning
void g_return_if_fail_warning(const(char)* log_domain, const(char)* pretty_function, const(char)* expression)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_set_print_handler
GPrintFunc g_set_print_handler(GPrintFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_set_printerr_handler
GPrintFunc g_set_printerr_handler(GPrintFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_warn_message
void g_warn_message(const(char)* domain, const(char)* file, int line, const(char)* func, const(char)* warnexpr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _g_log_fallback_handler
da__g_log_fallback_handler _g_log_fallback_handler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_assert_warning
da_g_assert_warning g_assert_warning;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log
da_g_log g_log;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_default_handler
da_g_log_default_handler g_log_default_handler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_remove_handler
da_g_log_remove_handler g_log_remove_handler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_set_always_fatal
da_g_log_set_always_fatal g_log_set_always_fatal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_set_default_handler
da_g_log_set_default_handler g_log_set_default_handler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_set_fatal_mask
da_g_log_set_fatal_mask g_log_set_fatal_mask;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_log_set_handler
da_g_log_set_handler g_log_set_handler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_logv
da_g_logv g_logv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_print
da_g_print g_print;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_printerr
da_g_printerr g_printerr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_printf_string_upper_bound
da_g_printf_string_upper_bound g_printf_string_upper_bound;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_return_if_fail_warning
da_g_return_if_fail_warning g_return_if_fail_warning;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_set_print_handler
da_g_set_print_handler g_set_print_handler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_set_printerr_handler
da_g_set_printerr_handler g_set_printerr_handler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_warn_message
da_g_warn_message g_warn_message;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.